[qemu] Make sure disk writes really made it to disk before we report I/O
authorchris@kneesaa.uk.xensource.com <chris@kneesaa.uk.xensource.com>
Fri, 4 Aug 2006 09:28:51 +0000 (10:28 +0100)
committerchris@kneesaa.uk.xensource.com <chris@kneesaa.uk.xensource.com>
Fri, 4 Aug 2006 09:28:51 +0000 (10:28 +0100)
commit0a30ab00718eb664002924699d31a02ce1f27370
treea740d10eba005c2e1c6b6d740a8cab58867b68dd
parente71d659c42d2b287eef75426ac81be0efc09986e
[qemu] Make sure disk writes really made it to disk before we report I/O
completion to the guest domain.  The DMA_MULTI_THREAD functionality
from the qemu-dm IDE emulation should make the performance overhead
of synchronous writes bearable, or at least comparable to native
hardware.

Signed-off-by: Rik van Riel <riel@redhat.com>
tools/ioemu/block-bochs.c
tools/ioemu/block-cloop.c
tools/ioemu/block-cow.c
tools/ioemu/block-qcow.c
tools/ioemu/block-vmdk.c
tools/ioemu/block.c